projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f90fc
)
Fix gtk4-icon-browser
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 24 Jan 2019 21:11:45 +0000
(16:11 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 25 Jan 2019 01:43:12 +0000
(20:43 -0500)
It was broken by a recent GtkDialog change that renamed
the internal vbox child to content_area.
demos/icon-browser/window.ui
patch
|
blob
|
history
diff --git
a/demos/icon-browser/window.ui
b/demos/icon-browser/window.ui
index d060f97c387297e94bfdf030339b409cfc31c798..1bbe6a34020b696e1adb240a4db55feda71f0a4f 100644
(file)
--- a/
demos/icon-browser/window.ui
+++ b/
demos/icon-browser/window.ui
@@
-121,7
+121,7
@@
<property name="use-header-bar">1</property>
<property name="resizable">0</property>
<property name="hide-on-close">1</property>
- <child internal-child="
vbox
">
+ <child internal-child="
content_area
">
<object class="GtkBox">
<child>
<object class="GtkGrid">